From: Leo Liu Date: Sat, 4 Feb 2012 08:43:26 +0000 (+0800) Subject: Fix dead link in smie.el X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~958 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=18155f8726308cd4e7381e9f0e0d3ef281efa7c1;p=emacs.git Fix dead link in smie.el http://debbugs.gnu.org/10711 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f7cbd5af38..0226a94d882 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-02-04 Leo Liu + + * emacs-lisp/smie.el: Fix dead link (Bug#10711). + 2012-02-04 Glenn Morris * image.el (image-extension-data): Add obsolete alias. diff --git a/lisp/emacs-lisp/smie.el b/lisp/emacs-lisp/smie.el index 4596052766f..2a12f03e514 100644 --- a/lisp/emacs-lisp/smie.el +++ b/lisp/emacs-lisp/smie.el @@ -56,7 +56,7 @@ ;; building the 2D precedence tables and then computing the precedence levels ;; from it) can be found in pages 187-194 of "Parsing techniques" by Dick Grune ;; and Ceriel Jacobs (BookBody.pdf available at -;; http://www.cs.vu.nl/~dick/PTAPG.html). +;; http://dickgrune.com/Books/PTAPG_1st_Edition/). ;; ;; OTOH we had to kill many chickens, read many coffee grounds, and practice ;; untold numbers of black magic spells, to come up with the indentation code.